home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_pas / tsfaqp29.zip / TSFAQP.NWS < prev    next >
Text File  |  1996-01-01  |  12KB  |  230 lines

  1. University of Vaasa, Finland, Linux Pentium garbo.uwasa.fi has a
  2. large collection of PD and shareware PC programs available by
  3. anonymous ftp, WWW or mail server. The file 0news-ts contains news
  4. about the TS-programs and files in the /pc/ts directory (in reverse
  5. order). This text, which you now have, is an extract from the
  6. ftp://garbo.uwasa.fi/pc/ts/0news-ts file.
  7.  
  8. ....................................................................
  9. Prof. Timo Salmi   Co-moderator of news:comp.archives.msdos.announce
  10. Moderating at ftp:// & http://garbo.uwasa.fi archives  193.166.120.5
  11. Department of Accounting and Business Finance  ; University of Vaasa
  12. ts@uwasa.fi http://uwasa.fi/~ts BBS 961-3170972; FIN-65101,  Finland
  13. ....................................................................
  14.  
  15. Mon 1-Jan-96: I have updated my Frequently Asked Turbo Pascal
  16. Questions ftp://garbo.uwasa.fi/pc/ts/tsfaqp29.zip.
  17. Wrote two new items for Turbo Pascal beginners:
  18.  88) Where do I find Turbo Pascal tutorials and/or good textbooks?
  19.  89) How dow I make an executable of my Turbo Pascal source program?
  20. Wrote a new item for more advanced users
  21.  90) How can I quickly read the last byte of a file?
  22. Added a reference to the Turbo Pascal IDE's help example in
  23.  24) How can I link graphics drivers directly into my executable?
  24.  
  25. Tue 5-Sep-95: Update ftp://garbo.uwasa.fi/pc/ts/tsfaqp28.zip of my
  26. Frequently Asked Turbo Pascal Questions:
  27. Added an option using IOCTL information to
  28.  15) How can I test that the printer is ready?
  29. A small correction to A4 of
  30.  21) How do I turn the cursor off?
  31. Added the following new items
  32.  85) How do I get the character device name of the (first) CD-ROM?
  33.  86) How do I eject a CD-ROM using a Turbo Pascal program?
  34.  87) How do I find out if the ANSI.SYS driver has been loaded?
  35.  
  36. Sun 6-Aug-95: The Frequently Asked Turbo Pascal questions is now in
  37. version
  38.   ftp://garbo.uwasa.fi/pc/ts/tsfaqp27.zip
  39. Added new items:
  40.  82) How do I detect if more than one standard key is pressed down?
  41.  83) How can I read a disk's Volume Serial Number?
  42.  84) How can I disable and then enable the keyboard in my TP program?
  43. Added a third alternative answer to
  44.  80) How do I find out the size of any kind of a file?
  45.  
  46. Sun 23-Jul-95: I have updated the Frequently asked Turbo Pascal
  47. questions collection.
  48. Brought up to date:
  49.  76) What are the current Pascal newsgroups on the Usenet news?
  50. Added:
  51.  81) How do I format graphics output like in textmode writeln?
  52.  
  53. Wed 5-Jul-95: I have released an update of my Frequently Asked Turbo
  54. Pascal Questions. It is a subset of the subjects often coming up in
  55. Turbo Pascal programming for example in the new Usenet newsgroup
  56. news:comp.lang.pascal.borland. The FAQ covers Turbo Pascal
  57. programming in the real mode, but not protected mode. Also excluded
  58. are Object oriented programming (OOP), linked lists, Turbo Vision
  59. (TV), and Turbo Pascal for Windows (TPW). I hope that someone else
  60. takes on these excluded areas. The updated FAQ is available as
  61.   ftp://garbo.uwasa.fi/pc/ts/tsfaqp25.zip
  62. Added the following, new items
  63.  77) How do I detect the CapsLock status, how do I turn it on/off?
  64.  78) How do I detect if the F11 or F12 key has been pressed?
  65.  79) How do I extract (parse) substrings from an input string?
  66.  80) How do I find out the size of any kind of a file?
  67. Based on friendly users' feedback, appended material or corrected
  68. the following, old items
  69.  26) How to get ansi control codes working in Turbo Pascal writes?
  70.  33) Which error is e.g. Runtime error 205, etc
  71.  60) How do I obtain a bit or bits from a byte, a word or a longint?
  72.  65) How can I detect if the shift/ctrl/alt etc key is pressed?
  73.  67) If Delay procedure does not work properly, how do I fix it?
  74. Made it clearer that the answer to the first item, and perhaps the
  75. most frequent of all frequent TP questions
  76.  1) How do I disable or capture the break key in Turbo Pascal?
  77. also covers another frequent TP question, that is how to detect
  78. which cursor key has been pressed.
  79. Made some very minor changes to
  80.  76) What are the current Pascal newsgroups on the Usenet news?
  81. Changed more of the file references to the URL format.
  82.  
  83. Fri 16-Jun-95: I have updated my collection of Frequently Asked
  84. Turbo Pascal Questions. Now ftp://garbo.uwasa.fi/pc/ts/tsfaqp24.zip.
  85. Added an acknowledgements list about feedback into tsfaqp.inf
  86. contained within tsfaqp24.zip.
  87. Added items
  88.  75) How can I read another program's errorlevel value in TP?
  89.  76) What are the current Pascal newsgroups on the Usenet news?
  90. Made all the contents compatible with the Pascal newsgroups'
  91. reorganization that took effect Mon 12-Jun-95.
  92. Added to item
  93.  1) How do I disable or capture the break key in Turbo Pascal?
  94. the subquestion
  95.  Q4: How do I detect if a cursor key or a function key has been
  96.      pressed?
  97. Changed file references to URL format where relevant.
  98.  
  99. Wed 15-Mar-95: I have updated my Frequently Asked Turbo Pascal
  100. Questions collection to be garbo.uwasa.fi:/pc/ts/tsfaqp23.zip.
  101. Added item:
  102.  74) What are and how do I use pointers?
  103. Added an explanation why the often proposed SetCBreak(false) is not
  104. the correct response to
  105.  1) How do I disable or capture the break key in Turbo Pascal?
  106.  
  107. Thu 26-Jan-95: I have updated the FAQ (Frequently Asked questions)
  108. for Turbo Pascal. It now is garbo.uwasa.fi:/pc/ts/tsfaqp22.zip.
  109. - Added the following new items
  110.     "71) How do I get started with graphics programming?"
  111.     "72) Where to I find the different sorting source codes?"
  112.     "73) A beginner's how to write and compile units."
  113. - Added one text-book to the bibliography.
  114. - Augmented the item
  115.     "55) How can I test and convert a numerical string into a real?"
  116.   with an Standard Pascal example the other way round with a code
  117.   converting an integer into a string.
  118.  
  119. Tue 11-Oct-94: I have updated the FAQ (Frequently Asked questions)
  120. for Turbo Pascal. It is now garbo.uwasa.fi:/pc/ts/tsfaqp21.zip.
  121. Added the items
  122.  69) How to detect if a drive is a CD-ROM drive?
  123.  70) How do I convert an array of characters into a string?
  124. Added the source code for monochrome detection to item
  125.  31) How does one store, and then restore the original screen?
  126. Wrote an alternative answer to
  127.  50) How can I write inline code?
  128. Made some other, minor clarifications, and file reference updates.
  129.    Note that even if my FAQ is now very large there are many areas
  130. it does not intend to cover. The most notable areas not covered are
  131. TP for Windows, protected mode TP programs (BP), Turbo Vision,
  132. objective oriented TP programming, linked lists. It is up to the
  133. other comp.lang.pascal readers to cover these areas. Likewise,
  134. graphics programming has only one item.
  135.  
  136. Wed 15-Jun-94: I have updated my collection of Frequently Asked
  137. Turbo Pascal questions at garbo.uwasa.fi to be /pc/ts/tsfaqp20.zip.
  138. I appended the item
  139.   68) How much memory will my TP program require?
  140. with a contribution from Duncan Murdoch.
  141. Added the alternative with interrupts to the item
  142.   1) How do I disable or capture the break key in Turbo Pascal?
  143. Added Jeroen Schipper's solution to
  144.  45) How to establish if a name refers to a directory or not?
  145.  
  146. Sat 12-Mar-94: I have updated the Turbo Pascal Frequently Asked
  147. questions to be garbo.uwasa.fi:/pc/ts/tsfaqp19.zip by adding the
  148. following items:
  149.   65) How can I detect if the shift/ctrl/alt etc key is pressed?
  150.   66) How do I get a base 10 logarithm in TP?
  151.   67) If Delay procedure does not work properly, how do I fix it?
  152.  
  153. Sun 26-Dec-93: Released upgrade garbo.uwasa.fi:/pc/ts/tsfaqp18.zip
  154. of my Frequently Answered :-) Questions about Turbo Pascal
  155. programming. Added new items
  156.   62) How can I copy a file in a Turbo Pascal program?
  157.   63) How can I use C code in my Turbo Pascal program?
  158.   64) How do I get started with the Turbo Profiler?
  159. Added material to
  160.    5) Can someone give me advice for writing a tsr program?
  161.   24) How can I link graphics drivers directly into my executable?
  162.   41) What is wrong with my program? It hangs without a clear pattern?
  163.   52) How do I avoid scrolling in the last column of the last row?
  164. Brought some program reference version numbers up to date, and
  165. corrected a few typing mistakes, and made some new ones.
  166.  
  167. Sun 28-Nov-93: I have updated my Turbo Pascal Frequently Asked
  168. Questions collection to be garbo.uwasa.fi:/pc/ts/tsfaqp17.zip by
  169. including the following new items (and making some adjustments to
  170. the earlier ones).
  171.   57) How can I calculate the difference between two points of time?
  172.   58) Is a program running stand-alone or from within the IDE?
  173.   59) Please explain Turbo Pascal memory addressing to me.
  174.   60) How do I obtain a bit or bits from a byte, a word or a longint?
  175.   61) What are Binary Coded Decimals? How to convert them?
  176.  
  177. Sun 7-Nov-93: I have updated my Frequently Asked Turbo Pascal
  178. Questions collection to be garbo.uwasa.fi:/pc/ts/tsfaqp16.zip. Some
  179. items have been brought up to date, and the following new items have
  180. been added.
  181.   53) How can one hide (or unhide) a directory using a TP program?
  182.   54) How do I test whether a file is already open in a TP program?
  183.   55) How can I test and convert a numerical string into a real?
  184.   56) How can I reverse a TP .EXE or .TPU back into source code?
  185.  
  186. Wed 18-Aug-93: I have added two recent comp.lang.pascal items to my
  187. collection of frequently asked Turbo Pascal questions & answers:
  188.   51) I am running out of memory when compiling my large program.
  189.   52) How do I avoid scrolling in the last column of the last row?
  190. There are also some other minor adjustments in the earlier items,
  191. and the other accompanying information. The collection is now
  192. garbo.uwasa.fi:/pc/ts/tsfaqp15.zip.
  193.  
  194. Mon 26-Jul-93: I have updated my frequently asked Turbo Pascal
  195. questions and answers collection. The following items have been
  196. added
  197.   46) How does one disable alt-ctrl-del?
  198.   47) How can I test whether a file exists?
  199.   48) What is the name of the current Turbo Pascal program?
  200.   49) How is the code for rebooting the PC written in Turbo Pascal?
  201.   50) How can I write inline code?
  202. The updated FAQ is available as garbo.uwasa.fi:/pc/ts/tsfaqp14.zip
  203.  
  204. Sat 3-Jul-93: I have updated my Frequently Asked Turbo Pascal
  205. questions and answers collection. I added four new items bringing
  206. the total up to 45 questions, edited some of the old ones, and moved
  207. the bibliography to a file of its own within the collection. The
  208. bibliography is called FAQPASB.TXT. Also added "INFO-PAS.TXT using
  209. comp.lang.pascal by email". The collection is now
  210. garbo.uwasa.fi:/pc/ts/tsfaqp13.zip.
  211.  
  212. Mon 31-May-93: Since I detached my Frequently Asked Turbo Pascal
  213. questions from my general news/programs FAQ a couple of weeks ago,
  214. it has been more natural to maintain and add new questions to my TP
  215. FAQ. The TP FAQ garbo.uwasa.fi:/pc/ts/tsfaqp12.zip now includes the
  216. information in two parts. They TSPAS.TXT and TSPAS2.TXT where the
  217. former contains 30 questions, and the latter continues on from that,
  218. currently up to 41 questions. This is a major update. Besides adding
  219. several new items to the collection, I have added much information
  220. and clarifications to many of the old items. Hence a tsfaq11.zip
  221. version was skipped altogether.
  222.  
  223. Sun 16-May-93: My tsfaq33.zip Frequently Asked Questions has grown
  224. to be quite large. Therefore I have decided to divide it into two by
  225. separating the Turbo Pascal questions from the ordinary UseNet news
  226. and program related questions. The two entities are both available
  227. from the garbo.uwasa.fi:/pc/ts/ directory:
  228.  tsfaqn34.zip    Questions from UseNet and Timo's answers
  229.  tsfaqp10.zip    Common Turbo Pascal Questions and Timo's answers
  230.